home *** CD-ROM | disk | FTP | other *** search
/ Super Shareware Collection / Super Shareware Collection.iso / info / rcntx323.zip / TRANSFER.EXE / LOAD.BAT < prev    next >
DOS Batch File  |  1991-11-24  |  411b  |  16 lines

  1. echo off
  2. echo                      FAST CONTEXTUAL SEARCH SYSTEM 
  3. echo             Copyright (c) Edward Guy P.Eng CDP 1987/8/9/90/1
  4. if not exist outfile.dct goto continue
  5. echo OUTFILE exists new file will be merged with it.
  6. echo should you not want this, please press [ctrl][C]
  7. echo to terminate, and delete or rename the old OUTFILE.*
  8. attrib -r outfile.*
  9. pause 
  10. :continue
  11. breakit %1
  12. index1 
  13. 
  14.  
  15.  
  16.